object frmDWSettings: TfrmDWSettings Left = 606 Top = 84 BorderStyle = bsDialog Caption = 'File Shredder Settings' ClientHeight = 564 ClientWidth = 484 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 144 TextHeight = 16 object pgctrlOptions: TPageControl Left = 9 Top = 7 Width = 464 Height = 510 ActivePage = tabGeneral TabOrder = 0 object tabGeneral: TTabSheet Caption = 'Wipe Options' object lblGeneralDescription: TLabel Left = 16 Top = 12 Width = 430 Height = 49 AutoSize = False Caption = 'You can choose several options to provide increased security whi' + 'le wiping disk.' WordWrap = True end object grbxBoxWipeMethod: TGroupBox Left = 16 Top = 61 Width = 430 Height = 159 Caption = 'Wipe Method' Font.Charset = DEFAULT_CHARSET Font.Color = 14509568 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object lblSelectMethod: TLabel Left = 12 Top = 25 Width = 405 Height = 18 AutoSize = False Caption = 'Select a default wiping algorithm for files.' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end object lblMethodDescription: TLabel Left = 12 Top = 87 Width = 405 Height = 64 AutoSize = False Caption = 'lblMethodDescription' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object cbWipeMethods: TComboBox Left = 12 Top = 51 Width = 405 Height = 24 Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 0 OnChange = cbWipeMethodsChange end end object grbxSlackSpace: TGroupBox Left = 16 Top = 232 Width = 430 Height = 126 Caption = 'Slack Space' Font.Charset = DEFAULT_CHARSET Font.Color = 14509568 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 object lblSlackSpaceDescr: TLabel Left = 9 Top = 24 Width = 409 Height = 67 AutoSize = False Caption = 'Select this option to wipe the area between the end of a file an' + 'd the end of the last cluster used by that file. This area can c' + 'ontain parts of the deleted file that was located in this cluste' + 'r.'#13#10 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object chbFileSlacks: TCheckBox Left = 12 Top = 96 Width = 405 Height = 18 Caption = 'Wipe file slacks' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 0 WordWrap = True end end object grbxFileEntries: TGroupBox Left = 16 Top = 373 Width = 430 Height = 99 Caption = 'File Entries' Font.Charset = DEFAULT_CHARSET Font.Color = 14509568 Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 object lblFileEntriesDescr: TLabel Left = 9 Top = 24 Width = 409 Height = 31 AutoSize = False Caption = 'If you select this option names of all previously deleted files ' + 'will be cleared from the file system table.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object chbWipeFileEntries: TCheckBox Left = 9 Top = 67 Width = 405 Height = 22 Caption = 'Wipe files entries' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True State = cbChecked TabOrder = 0 WordWrap = True end end end end end